Class com.symantec.itools.vcafe.openapi.plugin.PlugInProjectTab
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.vcafe.openapi.plugin.PlugInProjectTab
Object
|
+----PlugInView
|
+----PlugInTab
|
+----com.symantec.itools.vcafe.openapi.plugin.PlugInProjectTab
- public abstract class PlugInProjectTab
- extends PlugInTab
PlugInProjectTab provides the functionality to add a tab to Visual Cafe's Project window.
-
com.symantec.itools.vcafe.openapi.plugin.PlugInProjectTab()
-
-
onApply()
-
-
onCancel()
- This method is called by the framework when the Cancel button in the options window
is selected.
-
onOk()
- This method is called by the framework when the OK button in the options window
is selected.
PlugInProjectTab
public PlugInProjectTab()
onApply
public final boolean onApply()
onCancel
public final void onCancel()
- This method is called by the framework when the Cancel button in the options window
is selected.
- Overrides:
- onCancel in class PlugInTab
onOk
public final void onOk()
- This method is called by the framework when the OK button in the options window
is selected.
- Overrides:
- onOk in class PlugInTab
All Packages Class Hierarchy This Package Previous Next Index